www.gusucode.com > pluck PHP多国语言简洁CMS系统 v4.7.4PHP源码程序 > pluck PHP多国语言简洁CMS系统 v4.7.4/PluckCMS4.7.4/PluckCMS4.7.4/data/modules/blog/lang/zh-cn.php

    <?php
$lang['blog']['title'] = '网志';
$lang['blog']['main_message'] = '这里你可以在此类别中加入新的文章,文章将会自动地依日期储存。';
$lang['blog']['descr'] = '使用网志刊登最新的资料或为你的参观者写一些文章';
$lang['blog']['categories'] = '类别';
$lang['blog']['category'] = '分类';
$lang['blog']['choose_cat'] = '更改分类...';
$lang['blog']['no_cat'] = '未有分类';
$lang['blog']['new_cat'] = '新类别';
$lang['blog']['new_cat_message'] = '先为你的新类别选择一名称,然后按"储存"';
$lang['blog']['delete_cat'] = '删除类别';
$lang['blog']['posts'] = '现有文章';
$lang['blog']['new_post'] = '写新文章';
$lang['blog']['edit_post'] = '编辑文章';
$lang['blog']['delete_post'] = '删除文章';
$lang['blog']['at'] = 'at';
$lang['blog']['in'] = 'in';
$lang['blog']['posted_by'] = '张贴人';
$lang['blog']['reactions'] = '回应';
$lang['blog']['reaction'] = 'reaction';
$lang['blog']['edit_reactions'] = '编辑回应';
$lang['blog']['edit_reactions_message'] = '这里你可以编辑参观者对你文章的回应。';
$lang['blog']['edit_reaction'] = 'edit reaction';
$lang['blog']['delete_reaction'] = '删除回应';
$lang['blog']['name'] = 'name';
$lang['blog']['email'] = 'email';
$lang['blog']['website'] = 'website';
$lang['blog']['message'] = 'message';
$lang['blog']['html_not_allowed'] = 'HTML-code 在此并不容许。';
$lang['blog']['no_reactions'] = 'no reactions';
$lang['blog']['allow_reactions'] = 'Allow visitors to post reactions.';
$lang['blog']['read_more'] = 'read more';
$lang['blog']['truncate_posts'] = 'The number of characters blog posts will be truncated to. Choose 0 to disable truncation.';
$lang['blog']['numeric_error'] = 'You should choose a numeric value for post truncation and/or posts per page.';
$lang['blog']['posts_per_page'] = 'The number of posts that will be displayed per page.';
$lang['blog']['posts_per_page_error'] = 'The number of posts per page cannot be zero!';
$lang['blog']['pages'] = 'Pages:';
$lang['blog']['post_date'] = 'Choose date format.';
$lang['blog']['post_time'] = 'Choose time format.';
?>